home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 13 / AMIGAplus Sonderheft 13 (1998)(ICP)(DE)[!].iso / rexx / bedcmdhelp.bed < prev    next >
Text File  |  1997-12-03  |  294b  |  21 lines

  1. /*
  2. ** $VER: BedCmdHelp.bed 1.0 (02.01.96)
  3. **
  4. ** Show the AmigaGuide Help for the BED ARexx command currently under the
  5. ** cursor
  6. **
  7. ** Written by Marco Negri
  8. */
  9.  
  10. OPTIONS RESULTS
  11.  
  12. GetWord
  13. command=RESULT
  14.  
  15. Exist command
  16.  
  17. IF RC=0 THEN
  18.     Help command
  19. ELSE
  20.     SetStatusBar "Cursor not on a BED command"
  21.